-
Notifications
You must be signed in to change notification settings - Fork 7.6k
shell: move date_service to sys_clock api #92115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
shell: move date_service to sys_clock api #92115
Conversation
dfb4944
to
49e353e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build system changes OK
move date_service from posix api to sys_clock api. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
remove CONFIG_POSIX_TIMERS dependency as date_service shell no longer needs that. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
49e353e
to
e4cb1f9
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor issue that slipped my original review
move date_service from posix api to sys_clock api.